home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / music / s3mb10.zip / S3MB10.DOC < prev   
Text File  |  1993-02-17  |  4KB  |  88 lines

  1. Program:        S3 Mod Base
  2. Date:           02/17.93
  3. Version:        1.00
  4. Author:         George Spafford
  5.  
  6. Purpose:
  7.  
  8. To have a database that can track the .MOD sound files.
  9.  
  10.  
  11. Install:
  12.  
  13. Copy MODBASE.EXE into a directory.  When it is initially run, there will be
  14. a delay while it builds the MODBASE.DBZ table file.
  15.  
  16.  
  17. Procedure:
  18.  
  19. MODbase d:\path         <- this will read all of the .MOD files in d:\path.
  20.                            It will warn you if it finds a duplicate file name.
  21.                            In this mode, it will read the file names, dates
  22.                            file creation times, size and track title.  If you
  23.                            want to fill in any additional information, you can
  24.                            do so later.
  25.  
  26. MODbase by itself runs the database program.  Once in MODbase, you can add,
  27. delete, search, switch indicies and print reports.  The menu bar can be
  28. accessed by either using the mouse or pressing the left ALT key by itself.
  29.  
  30. Data functions perform tasks on the data such as add, delete and update.
  31. The "Records" menu option will tell you how many records are currently in the
  32. database.
  33.  
  34. Index functions allow you to switch the order in which you see the data.  The
  35. current index will be displayed in the upper left area of the display window.
  36. Set an index here when you are browsing or are wanting to print a report out
  37. in a particular order.  All indicies are in ascending order.
  38.  
  39. The report menu is probably what will be of interest to most people.  A file
  40. list report will print a single line report listing your .MOD files.  Select
  41. the index that you want to print with before you begin printing.  The
  42. collection list will print all the data fields for each .MOD file when it runs.
  43.  
  44. Searches can be performed on either the file name or the track title.
  45. MODbase takes the approach of matching items with a greater than or equal
  46. methodology.  If you specify AAAAHHH as a track title and it is not there,
  47. it will show you the closest match.  A better example is if you want to
  48. skip to file names that begin with the letter "T" - enter "T" alone to skip
  49. up to them.
  50.  
  51. Menu items have shortcut keys listed next to them if you wish to use them.
  52. Next and Previous can be accessed with ALT-N and ALT-P respectively.
  53. The Clear command button is used when you want to clear all of the fields.
  54.  
  55.  
  56. History:
  57.  
  58.         v1.00  02/17/93
  59.         
  60.         Initial release to shareware.
  61.         
  62.          
  63. Please Register Me:
  64.  
  65. MODbase is shareware.  As such, you can use it for 30 days.  If you continue
  66. to use the program after this period, you must register it in order to continue
  67. using it legally.  MODbase is $20 U.S. per copy.
  68.  
  69. Please make payments in US Currency (no cash please) to:
  70.  
  71.         George Spafford
  72.         3003 Lakeshore Drive #216
  73.         Saint Joseph, MI 49085
  74.  
  75. Unless required, notification of receipt will not be sent.        
  76. Comments and/or questions are always welcome.  I can be reached via the mail,
  77. EXEC-PC, Channel One, or Queued Access:
  78.  
  79.         Queued Access BBS:  (616) 468-5026  USR Dual Std  19200-8-N-1
  80.  
  81. MODbase IS DISTRIBUTED AS IS.  THE AUTHOR (GEORGE SPAFFORD) MAKES NO
  82. WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  83. WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, WITH 
  84. RESPECT TO THIS SOFTWARE AND DOCUMENTATION. IN NO EVENT SHALL THE AUTHOR 
  85. BE LIABLE FOR ANY DAMAGES, INCLUDING LOST PROFITS, LOST SAVINGS, OR ANY OTHER 
  86. INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF OR THE INABILITY 
  87. TO USE THIS PROGRAM.
  88.